Installation Note 52829: Benefits tracking requires a custom catalog
A custom catalog is required to run the SAS® Regular Price Optimization benefits tracking task. Without this catalog, the %TKMI_JOB_RO benefits_track_highlvl_agg task generates an error.
- Contact SAS Technical Support for the custom catalog for your operating system. Reference Installation Note 52829.
- Create a di_patch directory under in the SASROOT/cmacros directory on your system. For example, if SAS is installed in /sas, the path to the di_patch location is /sas/SASFoundation/9.3/cmacros/di_patch.
- Place the catalog provided by SAS Technical Support in SASROOT/cmacros/di_patch.
- Locate the disetup.sas program in the SASROOT/sasautos directory and make a backup copy of it. For example, if SAS is installed in /sas, disetup.sas is in /sas/SASFoundation/9.3/sasautos.
- Modify disetup.sas by changing this line:
LIBNAME di_macro (&goodcats);
to the following lines:
%let macrc = %sysfunc(LIBNAME(macfix, %unquote(!SASROOT/cmacros/di_patch), base, access=readonly));
LIBNAME di_macro ( macfix &goodcats);
Click the Hot Fix tab in this note to access the hot fix for this issue.
Once the hot fix is installed, remove the custom catalog from SASROOT/cmacros/di_patch.
Operating System and Release Information
SAS System | SAS Regular Price Optimization | Microsoft® Windows® for x64 | 5.2_M4 | 5.4 | 9.3 TS1M2 | 9.4 TS1M2 |
Linux for x64 | 5.2_M4 | 5.4 | 9.3 TS1M2 | 9.4 TS1M2 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Installation Note |
Priority: | alert |
Date Modified: | 2014-04-29 11:22:51 |
Date Created: | 2014-04-25 15:08:31 |